home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILSTEM / HACKROM.LZH / 2CHIP.BAT next >
DOS Batch File  |  1987-05-13  |  330b  |  15 lines

  1. echo off
  2. echo "This file fill create a file called ATROM"
  3. echo "You must be using a rom set that consists of only 2 27128 roms"
  4. romsavat
  5. copy atrom temp
  6. romsplit
  7. lsplit 16384 tempevn
  8. copy f1 tempevn
  9. lsplit 16384 tempodd
  10. copy f1 tempodd
  11. unsplit
  12. copy rom atrom
  13. del rom
  14. echo "Process Complete, Changes made to  ATROM"
  15.